home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-screenplay-
/
hd_installers
/
-whdload-
/
whdload_usr
/
docs
/
history
< prev
next >
Wrap
Text File
|
1998-06-22
|
4KB
|
93 lines
*** 0.608 (03.09.97)
- new: all configuration stuff rewritten, global config file
see guide for more informations
- chg: SURVIVERESET removed (obsolete I think)
- new: support for HrtMon 2.1 and ThrillKill 1.04 implemented
(auto detect and NMI forwarding)
- new: function resload_Control to get the AttnFlags
- fix: enforcer hit in resload_SaveFile removed
- new: function resload_SaveFileOffset for partial writes
- chg: ws_DontCache works now also for preload of disk images
file preload does no longer loads "(ReadMe|#?.(info|slave))"
("Disk.#[0-9]" also not as before)
- chg: better support for NTSC amigas (Raymond Earle)
- new: option PAL/S to force PAL display on NTSC amigas
- new: options Cache/S,DCache/S,NoDCache/S to allow full user
control over the caches
- new: using MMU for memory protection and cache managment (!!!)
- new: Quit/Debug-key managment trough new options QuitKey/K/N and
DebugKey/K/N, every new slave should support this via the
slave version 4 extensions ws_keydebug and ws_keyexit,
see one of the example slave sources for an example
- chg: on whdload is writing data (resload_SaveFile) it will do a
special check for RAM: now, so it is possible to use RAM:
as installation destination now
- chg: macros patch and patchs optimized
- new: more sources added to the package
*** 0.322 (25.06.97)
- fix: sometimes whdload has quit on random keystrokes if the vbr was
moved
- fix: deadlock problems in OS-Swap routine
- new: option COREDUMP to make a dump even on TDREASON_OK
*** 0.288 (16.06.97)
- fix: sprite dma switching off
- chg: ws_ExecInstall can be set to zero now (disables SURVIVERESET)
- new: ws_keys, whdload manages quit key self (see autodoc)
- new: whdload handles all MMU stuff, result is that whdload is now
Enforcer/Cyberguard and VMM proof
- new: ** vbr shadowing ** (see autodoc)
tooltype NOVBRMOVE added to disable that
- new: slave flag EmulTrap for ws_Flags
- chg: execbase changed from $ffff0000 to $f0000001
(any use of this should create an "Address Error" exception)
- chg: Data Cache is always off and cannot be enabled via
resload_SetCACR
- fix: resload_FlushCache fixed for 040/060
- fix: register dump changed a lot
- new: exitcode TDREASON_WRONGVER indicating a bad program version
- chg: all registers have now a defined value at startup
- fix: filelog output fixed for data writes
- new: Patcher, FindAccess, Cmp added to the package
autodoc, include and guide updated
Install templates added
*** 0.163 (02.03.97)
- fix: better handling of trackdisk.device, headpos is flashed always now
- new: trackdisk errors as text instead numbers
- new: whdload option NOAUTOVEC (see whdload.guide)
*** 0.147 (31.01.97)
- fix: on slave load failed, we were in an endless loop
- new: function resload_CRC16 implemented
*** 0.143 (07.01.97)
- fix: restart point changed, that slave will be reloaded (static vars)
- new: status of cia timers added to register dump
- new: cia timer handling improved
- fix: ISP/MSP highlighting on user-mode
- chg: file cache changed, resload_GetFileSize from cache,
resload_SaveFile to cache, now ws_DontCache is nearly obsolete
- chg: PRELOAD changed, caches now automatically diskimages and files,
independent from WHDLF_Disk
- fix: resload_SaveFile checks now for disk validation and free space to
avoid deadlocks
- fix: file loading from cache has always copied one byte to much
- fix: WRITEDELAY parsing on CLI-start
- new: resload_DiskLoadDev for install slaves (see autodoc)
- chg: better error detection on slave-whdload interface
- chg: Macros in whdload.i improved
*** 0.88 (24.11.96)
- file logging implemented
- register dump improved
- dump file names changed (now PROGDIR:.whdl_#?)
- on TDREASON_DEBUG sr and pc now taken from primary/secondary result
- InstallBB added to the package
*** 0.41 (05.09.96)
- first public release